.cont {

  padding-top: 5.23%;
  padding-bottom: 7.74%;
}

/* 电话 */
.sideBar{
     position: fixed;
    right: 0;
    top: 30%;
    transform: translateY(-50%);
    z-index: 9989999; 
    
}
.sideBar .side2 a  {
      display: flex;
    align-items: center;
    transition: all 0.4s;
    
}
.sideBar .side2 a:hover {
    
        background: #2354a0;
        color: #ffffff;
}
.sideBar .side2:hover {
    
        right: 0;
}
.sideBar .side2 {
top: 151px;
    right: -140px;
    width: 190px;
    position: absolute;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    
}
.sideBar .side2>div {
    width: 140px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    font-size: 16px;
    color: #000000;
    transition: all 1s;
    font-weight: 500;
    display: block;
}
.sideBar .side2>div span {
    
    width: 100%;
        width: 100%;
    display: block;
}
  
.sideBar .side2 i {
        width: 50px;
    text-align: center;
    background:#2354a0;
    transition: all 0.3s;
        display: inline-block;
    vertical-align: middle;
    height: 80px;
    line-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sideBar .side2 i img {
 vertical-align: middle;   
     width: 24px;
}
   



















.w1440 {

  width: 1400px;
  margin: 0 auto;
}
html {
  scroll-behavior: smooth;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select {
  -webkit-appearance: none;
}

/* 第一板块 */

.Weichuang .txt:after {
  content: "";
  width: 80px;
  height: 4px;
  background-color: #004ea0;
}

.Weichuang .txt {
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}

.Weichuang .txt p {
  line-height: 1;
  z-index: 1;
  position: relative;
}


.Weichuang .txt .title {

  letter-spacing: 1px;
  color: #2354a0;
}

.Weichuang {
  margin-bottom: 60px;

}

.Weichuang .txt .s_line {

  margin-top: 20px;
  margin-bottom: 0px;
  width: 60px;
  height: 4px;
  background-color: #2354a0;

}

.Weichuang .txt_big {
  letter-spacing: 3px;
  font-size: 4vw;
  font-family: Bold;
  text-align: center;
  margin-bottom: -55px;
  letter-spacing: 0px;
  color: #f5f5f5;
  
}


::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background: #d7d7d7;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 6px;
}

body {
  word-break: break-word;
}

i {
  font-style: normal;
}

img {
  width: 100%;
  display: block;
  line-height: 0;
  font-size: 0;
  transition: all 1s;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  transition: all 0.3s;
  background-color: #1c498c;

}

.header svg {
  margin: 0 !important;
}


.header.on {
  background-color: #fff;
  box-shadow: 0 0 10px #b9b9b9;
}

.header.on .h_top .logo img {


  opacity: 1;
}

/* .header.on .h_top .logo img {
  top: auto;
  bottom: 0;
} */

.header.on .h_top .m_nav li>a {
  color: #333333;
  white-space: nowrap;
}

.header.on .h_top .logo_text .cox_logo_2 span {
    background-image: linear-gradient(90deg, #1f4d99 0%, #377ac5 100%);
  background-color: #2354a0;
  color: #ffffff;
}

.header.on .h_top .sl .search::after {
  background-color: #cccccc;
}

.header.on .h_top .sl svg path {
  fill: #000000;
}

.header.on .h_top .sl .search {

  border: solid 1px #333333;
}

.header.on .nav_r .vpn {
  color: #333333;

}

.header.inner {
  background-color: #fff;
  box-shadow: 0 0 10px #b9b9b9;
  position: sticky;
}

.header.inner .h_top .logo img {
  top: auto;
  bottom: 0;
}

.header.inner .h_top .m_nav li>a {
  color: #222;
  white-space: nowrap;
}

.header.inner .h_top .sl .search::after {
  background-color: #cccccc;
}

.header.inner .h_top .sl svg path {
  fill: #777777;
}

.header .h_top {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin: 26px auto 0; */
    transition: all 0.4s;
}



.header .h_top .logo {
/*  overflow: hidden;  */
  position: relative;
  display: flex;
  align-items: center;
  height: 90px;
}

.header .h_top .logo img {
    position: absolute;
    top: 10px;
    left: 0;
    width: 184px;
    height: 80%;
        object-fit: scale-down;
}
.header .h_top .logo a {
    width: 184px;
    position: relative;
    height: 100%;
    margin-right: 25px;
}
.header .h_top .logo .logo0 {
  display: none;
  transition: all 0.2s;
}

.header .h_top .logo .logo1 {
  transition: all 0.2s;

}


.header.on .h_top .logo .logo0 {
  display: block;

}



.header .h_top .logo_text p {

  color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
}

.header.on .h_top .logo_text p {
  color: #000000;

}

.header .h_top .logo_text .cox_logo_2 span {
  width: 75px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2354a0;
     font-weight: 500;
  white-space: nowrap;
}

.header .h_top .logo_text .cox_logo_2 {
  color: #ffffff;
  display: flex;
  align-items: center;

}

.header .h_top .h_left {
  width: 73%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .h_top .h_left .nav_sea .sea_1 {

  border-left: 1px solid rgb(255, 255, 255, 0.3);
  border-right: 1px solid rgb(255, 255, 255, 0.3);
  padding: 0 40px;
}

.header .h_top .h_left .nav_sea .sea_2 {
  margin-left: 24%;
  position: relative;
}

.header .h_top .h_left .nav_sea .sea_2 .sea_2_mine {
  display: flex;
  align-items: center;


}

.header .h_top .h_left .nav_sea .sea_2.sat .sea_2_mine span .icon {
    
    transform: rotate(180deg);
}
.header .h_top .h_left .nav_sea .sea_2 span {
  margin-left: 8px;
}

.header .h_top .h_left .nav_sea .sea_2 span .icon {

  width: 14px;transition: all 0.4s;
}

.header .h_top .h_left .nav_sea {
  display: flex;
  align-items: center;
}

.header .h_top .m_nav {

  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  transition: all 0.3s;
}

.header .h_top .m_nav>li {

  display: flex;
  align-items: center;
  justify-content: center;
   position: relative; 
  height: 100%;
}
.header .h_top .m_nav>li:last-chil .sub_nav {
    display: none!important;
}
.header .h_top .m_nav>li:nth-child(1) .sub_nav {
    display: none!important;
}
.header .h_top .m_nav>li:nth-child(7) .sub_nav {
     display: none!important;
    
}
.header .h_top .m_nav>li:nth-child(1)>a .icon {
    display: none;
    
}
.header .h_top .m_nav>li:last-child>a .icon {
    display: none;
    
}
.header .h_top .m_nav>li:last-child>a {
  border-right: 0px solid #ffffff;


}

.header.on .h_top .nav_sea .sea_1 {
  border-left: 1px solid #333333;
  border-right: 1px solid #333333
}

.header.on .h_top .nav_sea .sea_1 .icon path {

  fill: #333333;
}

.header.on .h_top .nav_sea .sea_2 .icon path {

  fill: #333333;
}

.header.on .h_top .nav_sea .sea_2 span .icon path {

  fill: #333333;
}



/*

.header:hover .h_top .nav_sea .sea_1 {
  border-left: 1px solid #333333;
  border-right: 1px solid #333333
}

.header:hover .h_top .nav_sea .sea_1 .icon path {

  fill: #333333;
}

.header:hover .h_top .nav_sea .sea_2 .icon path {

  fill: #333333;
}

.header:hover .h_top .nav_sea .sea_2 span .icon path {

  fill: #333333;
}
*/

.header .h_top .nav_sea .sea_2 .other {
  position: absolute;
  left: 0%;
  top: 42px;
  transform: translate(-50%, -0%);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
  width: 50px;
  height: 50PX;
  display: flex;
  align-items: center;
  justify-content: center;

}
.header .h_top .nav_sea .sea_2.sat .other{
        opacity: 1;
    left: 50%;
    pointer-events: auto;
}
.header .h_top .nav_sea .sea_2 .other a {
  font-weight: bold;
}



.header .h_top .m_nav>li>a {
  color: #fff;
  padding: 0 30px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;

  line-height: 1;
}

.header .h_top .m_nav>li>a svg {
  width: 12px;

  margin-left: 10px !important;
  transition: all 0.4s;
}



.header .h_top .m_nav li:hover>a svg {

  transform: rotate(180deg);
}





.header .h_top .m_nav>li:hover::before {
  width: 80%;
}

.header .h_top .m_nav>li .nav_icon {
  display: none;
}

.header .h_top .m_nav>li .sub_nav {
    /*
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  top: 100%;
  width: 150px;
  display: none;
  overflow: hidden;

  min-width: 100%;
  background-color: #fff;

  background-color: #ffffff;
  
  */
  
      position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    top: 75px;
    width: 150px;
    display: none;
    overflow: hidden;
    min-width: 100%;
    background-color: #fff;
        background-color: #ffffff;
    box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 8px 8px;
}

.header .h_top .m_nav>li .sub_nav::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  box-shadow: 0 0 10px #000;
}

.header .h_top .m_nav>li .sub_nav .subnav_item {
 /* display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  height: 100%;   */
  
      display: flex;
    justify-content: center;
    width: 100%;
}



.header .h_top .m_nav>li .sub_nav .sn_l .tit {
  color: #ff8300;
  font-weight: bold;
}

.header .h_top .m_nav>li .sub_nav .sn_l .des {
  display: inline-block;
  color: #777777;
  margin-top: 20px;
  line-height: 1.8;
}

.header .h_top .m_nav>li .sub_nav .sn_r {
  width: 100%;


}

.header .h_top .m_nav>li .sub_nav .sn_r li {
    width: 100%;
    text-align: center;
    transition: all 0.4s;
}
.header .h_top .m_nav>li .sub_nav .sn_r li:hover {
    
        background-color: rgb(35,84,160,0.1);
}


.header .h_top .m_nav>li .sub_nav .sn_r li:nth-last-child(1) {
  margin-bottom: 0;
}

.header .h_top .m_nav>li .sub_nav .sn_r li a {
  display: block;
  width: 100%;
  text-align: center;
    padding: 15px 0;
  margin: 0px 0;
  transition: all 0.5s;
  color: #333333;
  font-size: 16px;

}

.header .h_top .m_nav>li .sub_nav .sn_r li a:hover {
  /* background-color: #2354a0; */
  color: #2354a0;
  text-decoration: underline;

}

.header .h_top .sl {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header .h_top .sl .search {
  width: 27px;
  height: 27px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .h_top .sl .search .icon {
  width: 15px;
  height: 15px;

}


.header .nav_r {
  display: flex;
  flex-direction: row;
  padding: 10px 0 0;
  justify-content: flex-end;
}

.header .nav_r .yx {
  margin-left: 32px;
}

.header .nav_r .yx .icon {
  margin-left: 32px;
  width: 22px;
}

.header .nav_r .wx {

  margin-left: 32px;
}

.header .nav_r .wx .icon {
  width: 24px;
  height: 23px;
  vector-effect: none;

}

.header .nav_r .vpn {
  margin-left: 32px;
  color: #ffffff;
  font-size: 16px;
}

footer {
  width: 100%;
  overflow: hidden;
  height:100%;
  position: relative;
  background-color: #f7f7f7;
  background-image: url(../img/footer.jpg);
  background-repeat: no-repeat;
  background-size: 100% 102%;
  background-position: center center;
  /* border-top: 4px solid;
  border-image: linear-gradient(to right, #2444f1, #25c5f1) 1 0%; */

}

footer svg {
  margin: 0 !important;
}

footer .cox_p {
  overflow: initial;

  margin: 0 auto;
}

footer .btm_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;

  width: 100%;
  margin: 0 auto;

}

footer .btm_top .footer_left {
  width: 45%;
  display: flex;
  border-right: 1px solid rgb(255, 255, 255, 0.1);
  padding-top: 80px;
  padding-bottom: 5%;
      padding-right: 2%;
}

footer .btm_top .footer_e_logo {
  margin-right: 11%;
  flex: 0 0 140px;
}

footer .btm_top .footer_t_l {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  position: relative;
  padding-top: 80px;
}

footer .btm_top .footer_t_l .infor {

  width: 94%;
  display: flex;
  justify-content: end;
}
footer .btm_top .footer_t_l .infor li:nth-child(1){
    display: none;
    
}
footer .btm_top .footer_t_l .infor li .e_line {

  width: 30px;
  height: 2px;
  background-image: linear-gradient(90deg, #e74800 0%, #f17a07 100%);
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 40px;
}

footer .btm_top .footer_t_l .infor li {
  width: 16.66%;
}

footer .btm_top .footer_t_l .infor li>a {
  letter-spacing: 0px;
  color: #ffffff;
}

footer .btm_top .footer_t_l .infor li>a:hover {
  /* color: #2354a0; */
}

footer .btm_top .footer_t_l .infor li .sub_nav {
  width: 100%;
  margin-top: 15px;
}

footer .btm_top .footer_t_l .infor li .sub_nav a {
  display: block;
  width: 100%;

  margin-top: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.5;
}

footer .btm_top .footer_t_l .infor li .sub_nav a:hover {
  color: #ffffff;
  opacity: 1;
}

footer .btm_top .footer_t_r {
  /* 
  display: flex;
  flex-direction: row;
  align-items: center; */
  flex: 1;
}

footer .btm_top .footer_t_r .footer_tx {
  font-weight: bold;
  letter-spacing: 0px;
  color: #ffffff;
     margin-bottom: 6%;
    line-height: 1;
    margin-top: 15px;
}

footer .btm_top .footer_t_r .add li .txt a:hover {
  opacity: 1;

}

footer .btm_top .footer_t_r .footer_tel {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
footer .btm_top .footer_t_r .footer_tels {
    
        margin-bottom: 10px;
    
}
footer .btm_top .footer_t_r .footer_tel .ic {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;

}

footer .btm_top .footer_t_r .footer_tel .ic svg path {

  fill: #2354a0;
}

footer .btm_top .footer_t_r .ewm {
  margin-top: 50px;
  width: 130px;

}

footer .btm_top .footer_t_r .ewm img {

  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer .btm_top .footer_t_r .footer_tel .txt {

  letter-spacing: 0px;
  color: #ffffff;
}
footer .btm_top .footer_t_r .footer_tel .txt a{
    color: #ffffff; 
}
footer .btm_top .footer_t_r .cox_conert {
  display: flex;
  justify-content: space-between;

}

footer .btm_top .footer_t_r .cox_conert .cox_left>div p {

  color: #ffffff;
  opacity: 0.5;
}

footer .btm_top .footer_t_r .cox_conert .cox_right img {

  background-color: #aacadd;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer .btm_top .footer_t_r .cox_conert .cox_right .img {
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

footer .btm_top .footer_t_r .cox_conert .cox_left .e_box_img {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;

}

footer .btm_top .footer_t_r .cox_conert .cox_left .e_box_img p:hover {
  color: #2354a0;
  opacity: 1;
}

footer .btm_top .footer_t_r .cox_conert .cox_left .e_box_img:last-child {

  margin-bottom: 0;
}

footer .btm_top .footer_t_r .cox_conert .cox_right .e_aimge img {

  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer .cox_conert .cox_left .e_box_img .e_aimge {

  width: 16px;
  height: 16px;
  margin-right: 9px;
}

footer .cox_conert .cox_left .e_box_img .e_aimge img {

  filter: grayscale(1) brightness(13.5);
  opacity: 0.75;
}

footer .btm_top .footer_t_r .cox_conert .cox_right:hover img {
  transform: scale(1.08);
}

footer .btm_top .footer_t_r .or {
  /* width: 25.5%; */
  margin-bottom: 14.7%;
}

footer .btm_top .footer_t_r .or img {

  width: 100%;
  height: 100%;
  object-fit: contain;
}

footer .btm_top .footer_t_r .add {
  display: block;
  width: 100%;

}

footer .btm_top .footer_t_r .add li {
  width: 100%;
  display: flex;
    align-items: flex-start;
  margin-bottom: 20px;
}

footer .btm_top .footer_t_r .add li {
  margin-bottom: 3%;
}

footer .btm_top .footer_t_r .add li .ic {
  position: relative;
}

footer .btm_top .footer_t_r .add li .ic svg {
  opacity: 0.5;
}

footer .btm_top .footer_t_r .add li .txt {
  margin-left: 20px;
  display: flex;
  align-items: baseline;
  letter-spacing: 0px;
  width: 100%;
}

footer .btm_top .footer_t_r .add li .txt p {
  color: #ffffff;
  opacity: 0.5;
}

footer .btm_top .footer_t_r .add li .txt p:first-child {
  flex: 0 0 85px;

}

footer .btm_top .footer_t_r .add li .txt a {
  color: #ffffff;
  opacity: 0.5;
  flex: 1;
  transition: all 0.4s;
}

footer .btm_bottom {
  border-top: 1px solid rgb(255, 255, 255, 0.1);

  padding-top: 20px;

  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .btm_bottom .btmkd {
  display: flex;
  flex-direction: row;
  width: 88%;
  justify-content: center;
  margin: 0 auto;

}


footer .btm_bottom .btm_l p {
  display: block;
  text-align: right;
  color: rgb(255, 255, 255, 0.4);
  display: flex;
  align-items: center;

}
footer .btm_bottom .btm_l p .zx {
        margin-left: 5px;
        margin-right: 5px;
    
}
footer .btm_bottom .btm_l p a{
    
    color: rgb(255, 255, 255, 0.4); 
}
footer .btm_bottom .btm_l p a:hover {
  opacity: 1;
  color: #ffffff;
}

footer .btm_bottom .btm_l span {
  display: block;


  margin-left: 5px;
}

footer .btm_bottom .btm_l span a {
  opacity: 0.5;
  transition: all 0.4s;
  color: #ffffff;
}

footer .btm_bottom .btm_r {

  display: flex;
  align-items: center;
  justify-content: flex-start;
}

footer .btm_bottom .btm_r a {
  position: relative;
  /* margin-left: 10px; */
  line-height: 1;
  color: #ffffff;
  opacity: 0.4;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid rgb(255, 255, 255, 0.5);
  transition: all 0.4s;
}

footer .btm_bottom .btm_r a:hover {

  color: #ffffff;
  opacity: 1;
}

footer .btm_bottom .btm_r a:last-child {
  border-right: 0px solid rgb(255, 255, 255, 0.5);

}

.sidebar {
  width: 60px;
  position: fixed;
  right: 20px;
  top: 48%;
  z-index: 30;
  transform: translateX(100px);
  transition: all 1s;
  display: none!important;
}

.sidebar .btn_t {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 40px #c5c5c5;
  border-radius: 10px;
  padding: 15px 0;
}

.sidebar .btn_t a {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  display: flex;
  box-sizing: content-box;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e0e0e1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.sidebar .btn_t a svg {
  margin: 0 !important;
}

.sidebar .btn_t a svg path {
  transition: all 0.5s;
}

.sidebar .btn_t a:nth-last-child(1) {
  border-bottom: 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.sidebar .btn_t a:hover svg path {
  fill: #ff8300;
}

.sidebar .btn_t a.sidebar_tel {
  position: relative;
}

.sidebar .btn_t a.sidebar_tel p {
  display: block;
  white-space: nowrap;
  position: absolute;
  padding: 5px 12px;
  background-color: #fff;
  box-shadow: 0 0 40px #c5c5c5;
  border-radius: 5px;
  color: #333;
  right: -200px;
  opacity: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
  font-size: 14px;
  font-weight: bold;
}

.sidebar .btn_t a.sidebar_tel p::after {
  content: '';
  display: block;
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 5px solid transparent;
  border-right: none;
}

.sidebar .btn_t a.sidebar_tel:hover p {
  color: #ff8300;
  right: 50px;
  opacity: 1;
}

.sidebar .btn_t a.sidebar_tel:hover p:hover {
  text-decoration: underline;
}

.sidebar .bnt_top {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2354a0;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.5s;
}

.sidebar .bnt_top svg {
  width: 28px;
  height: 28px;
  margin: 0 !important;
}

.sidebar .bnt_top:hover {
  transform: translateY(-10px);
}

.inner_banner {
  width: 100%;
  position: relative;
  padding-top: 31.25%;
  overflow: hidden;
}

.inner_banner .banner_ic {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 21.92%;
  z-index: 5;
}

.inner_banner .banner_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.inner_banner .w1600 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}

.inner_banner .w1600 .txt {
  color: #fff;
}

.inner_banner .w1600 .txt p,
.inner_banner .w1600 .txt span {
  display: block;
}

.inner_banner .w1600 .txt span {
  margin-top: 0.7%;
}

.nav-links {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}

.nav-links .sl {
  white-space: nowrap;
  text-align: center;
  overflow-y: overlay;
}

.nav-links a {
  display: inline-block;
  line-height: 74px;
  padding: 0 50px;
  color: #222222;
  transition: all 0.5s;
}

.nav-links a.on {
  color: #ff8300;
  font-weight: bold;
  border-bottom: 2px solid #ff8300;
  background: #fff5eb;
}

.nav-links a:hover {
  color: #ff8300;
}

.w1600 {
  width: 1440px;

  margin: 0 auto;
}







/* 分页 */
.p_page {
 /* text-align: center;
  padding: 5% 0 0%;
  display: flex;
  justify-content: center;
  align-items: center;   */

}

.p_page p {
  color: #666666;
  margin-left: 20px;
}

.p_page a {

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.4s;
  margin: 0 5px;
  letter-spacing: 0px;
  color: #777777;
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;

}

.p_page a.on {
  background-image: linear-gradient(90deg, #1f4d99 0%, #377ac5 100%);
  border: 0;
  color: #ffffff;

}


.p_page a:hover {
  color: #ffffff;
  background-image: linear-gradient(90deg, #1f4d99 0%, #377ac5 100%);
  border: 0;

}


.p_page .page_prev {
  color: #666666;

  width: 41px;
  height: 40px;
  background-color: #f5f5f5;
}

.p_page .page_next {
  color: #666666;

  width: 41px;
  height: 40px;
  background-color: #f5f5f5;
}







.banner {
  position: relative;
}

.banner .w1600 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}

.banner .txt {
  color: #fff;
}

.banner .txt p {
  text-align: left;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 18px;
  font-weight: bold;
}

.banner .txt span {
  font-family: Roman;
  display: flex;
  justify-content: left;
  color: rgb(255, 255, 255, 0.5);
}

.about_banner {
  position: relative;

}

.banner_mine .nav_lis {

  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}

.about .fnt_120 {
  letter-spacing: 3px;
  color: #e5edf9;
  opacity: 0.3;
  font-size: 6vw;
  font-family: Bold;
  text-align: center;
  margin-bottom: -40px;
}

.banner_s_line {

  width: 50px;
  height: 4px;
  background-color: #ffffff;
  margin: 0 auto;
  margin-bottom: 32px;
}

.banner_mine {

  position: relative;
}

/* 面包屑 */

.breadcrumb a {
  letter-spacing: 0px;
  color: #aaaaaa;
  display: flex;
  align-items: center;
}

.nav_lis .breadcrumb a .iconhone {

  height: 20px;
}
.nav_lis .breadcrumb span{
    display: flex;
    
        align-items: center;
}
.breadcrumb a .iconhone {

  margin-right: 15px;
}
.nav_lis .breadcrumb svg path {
      fill: #aaaaaa;
    
}
.nav_lis .breadcrumb span svg path {
  fill: #aaaaaa;

}


.nav_lis {

  width: 100%;
  border-bottom: solid 1px #eeeeee;
}

.nav_lis .breadcrumb {

  padding: 0;
  height: 80px;
  background-color: unset;
  align-items: center;

  justify-content: flex-end;
}

.nav_lis .breadcrumb .icon {

  margin-top: 0px;
}

.breadcrumb a .iconhone {

  margin-right: 15px;
}

.breadcrumb>a svg path {
  fill: #aaaaaa;

}

.nav_lis .breadcrumb a img {
  width: 18px;
  height: 18px;
  margin-right: 20px;
}



/* 面包屑结束 */

/* banner结束 */
.banner_mine {
  position: relative;
}

.s_tab {
  height: 80px;
  width: 100%;
  bottom: 0;
  z-index: 2;
  position: absolute;
      transition: all 0.3s;
  background-color: rgb(0, 0, 0, 0.5);
}
.s_tab.ceiling {
       position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 20;
}
.s_tab ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s_tab ul li {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgb(255, 255, 255, 0.1);
  position: relative;
font-weight: bold;
  line-height: 80px;
  transition: all 0.4s;
  width: 12.5%;

}
.s_tab ul li a{
    
    color: #ffffff;
}
.s_tab ul li:hover {

  background-image: url(../img/s_tab.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.s_tab ul li:last-child {

  border-right: 0px solid;
}

.s_tab ul li.actives {
  transition: all 0.4s;
  background-image: url(../img/s_tab.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.s_tab ul li:first-child.actives::after {

  left: 28%;
}
@media screen and (max-width: 1700px) { 

  .header .h_top .m_nav>li>a {
    padding: 0 25px;
  }
}
@media screen and (max-width: 1600px) {
  .w1440 {
    width: 80%;
  }
.Weichuang .txt .txt_big {
    
    margin-bottom: -45px;
}
  .w1600 {
    width: 80%;


  }
.s_tab {
    
        height: 70px;
}
.s_tab ul li {
    
        line-height: 70px;
}
  .header .h_top .m_nav>li>a {


    padding: 0 20px;
  }
  .header .h_top .h_left .nav_sea .sea_1 {

    padding: 0 35px;
  }
  .Weichuang {
      
          margin-bottom: 40px;
  }
}

@media screen and (max-width: 1440px) { 
  .header .h_top .m_nav>li>a {

    font-size: 15px;
  }
  .header .h_top .h_left .nav_sea .sea_1 {

    padding: 0 30px;
  }
  .Weichuang {
      
          margin-bottom: 30px;
  }
  .header .h_top .logo img {

    margin-right: 20px;
  }
  .Weichuang .txt .txt_big {
      
          margin-bottom: -45px;
  }
  
  footer .btm_top .footer_e_logo {
      
          margin-right: 5%;
    flex: 0 0 100px;
  }
  .s_tab {
      
          height: 60px;
  }
  .s_tab ul li {
      
          line-height: 60px;
  }
}



@media screen and (max-width: 1366px) {
  .header .h_top .m_nav>li>a {
    padding: 0 20px;
  }
  .Weichuang .txt_big{
        margin-bottom: -45px; 
      
  }
  .Weichuang .txt .txt_big {
      
      margin-bottom: -42px;
  }
  .header .h_top {
    width: 92%;
  }
  .header .h_top .logo img {

    margin-right: 10px;
  } 
  .header .fnt_20 {
    font-size: 16px;
  }


  .header .h_top .h_left .nav_sea .sea_1 {
    padding: 0 25px;
}
.header .h_top .h_left .nav_sea .sea_2 {

  margin-left: 18%;
}


  .sidebar {
    width: 50px;
  }

  .sidebar .bnt_top {
    height: 50px;
  }

  .nav-links a {
    line-height: 65px;
    padding: 0 45px;
  }

  footer .btm_top .footer_t_r .cox_conert {

    flex-wrap: wrap;
  }

  .cox_conert .cox_left {

    width: 100%;
  }

  .cox_conert .cox_right {
    width: 50%;
    margin-top: 15px;

  }

  .header .h_top .m_nav>li>a {
    padding: 0 15px;
}
}

@media screen and (max-width: 1300px) {
  .sidebar {
    width: 40px;
    right: 10px;
  }

  .sidebar .bnt_top {
    height: 40px;
    border-radius: 5px;
    margin-top: 10px;
  }

  .sidebar .btn_t {
    padding: 7px 0;
    border-radius: 5px;
  }

  .sidebar .btn_t a {
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 25px;
    height: 25px;
  }

  .sidebar .bnt_top svg {
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 1200px) {
  .header .h_top .m_nav>li>a {

    padding: 0 10px;
  }
footer .btm_top .footer_t_r .add li .txt p:first-child {
    
        flex: 0 0 65px;
}
  .header .h_top .h_left .nav_sea .sea_1 {

    padding: 0 20px;
  }

  .Weichuang {

    margin-bottom: 40px;
  }

.Weichuang .txt .txt_big {
    
        margin-bottom: -35px;
}

  .Weichuang {
      
          margin-bottom: 20px;
  }




















  .header .h_top {
    width: 90%;
  }

  .w1600 {
    width: 90%;


  }

  .w1440 {

    width: 90%;
  }

  .nav_lis .breadcrumb {

    height: 60px;
  }

  .s_tab ul {

    height: 60px;

  }

  .s_tab {
    height: 60px;

  }

  .s_tab ul li {

    line-height: 60px;
  }

  .Weichuang .txt_big {
    margin-bottom: -32px;
    font-size: 50px;
  }
}
@media screen and (max-width: 1150px) {
    .header .h_top .m_nav>li>a {
        
            padding: 0 5px;
    }
    
}

@media screen and (max-width: 1100px) {

  footer .btm_bottom .btm_r a {
    padding-right: 10px;
    margin-right: 10px;
  }
}



@media screen and (max-width: 998px) {
  .header .u-menu {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    top: 5px;
    z-index: 6;
  }
  .header .h_top .h_left{
      
       width: 40%;
  }
  .header .h_top .m_nav>li>a{
      
          padding: 0 15px;
  }
  .header .h_top .m_nav li .sub_nav {

    height: auto;
  }

  .header .h_top .m_nav>li>a svg{
display: none;

  }
footer .btm_top .footer_left {
    
        width: 100%;
            border-right: 0px solid rgb(255, 255, 255, 0.1);
}
  footer .btm_bottom .btm_l p {
      
      justify-content: center;
  }
  .header .h_top .h_left .nav_sea {

    display: none;
  }
  .header .u-menu .menu-sub {
    position: absolute;
    right: 0;
    margin: 8px 0;
    top: 8px;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    border-radius: 2px;
  }

  .header .u-menu .menu-sub:after,
  .header .u-menu .menu-sub:before {
    content: "";
    position: absolute;
    right: 0;
    width: 25px;
    height: 2px;
    background-color: inherit;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    border-radius: 2px;
    display: block;
  }

  .header .u-menu .menu-sub:before {
    top: -16px;
  }

  .header .u-menu .menu-sub:after {
    top: -8px;
  }

  .header .u-menu.on .menu-sub {
    height: 0;
    background: #fff;
  }

  .header .u-menu.on .menu-sub:before {
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    top: -8px;
  }

  .header .u-menu.on .menu-sub:after {
    -ms-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    transform: rotate(-225deg);
    background: #fff;
    top: -8px;
  }

  .header .u-menu.on .menu-sub:before,
  .header .u-menu.on .menu-sub:after {
    width: 20px;
  }

  .header.on .u-menu .menu-sub {
    background-color: #333;
  }

  .header.on .u-menu.on .menu-sub {
    background: #333;
  }

  .header.on .u-menu.on .menu-sub:before {
    background: #333;
  }

  .header.on .u-menu.on .menu-sub:after {
    background: #333;
  }

  .header.on .h_top .m_nav {
    height: auto;
  }

  .header.inner .u-menu .menu-sub {
    background-color: #333;
  }

  .header.inner .u-menu.on .menu-sub {
    background: #333;
  }

  .header.inner .u-menu.on .menu-sub:before {
    background: #333;
  }

  .header.inner .u-menu.on .menu-sub:after {
    background: #333;
  }

  .header.inner .h_top .m_nav {
    height: auto;
  }
/*
  .header:hover .u-menu .menu-sub {
    background-color: #333;
  }

  .header:hover .u-menu.on .menu-sub {
    background: #333;
  }

  .header:hover .u-menu.on .menu-sub:before {
    background: #333;
  }

  .header:hover .u-menu.on .menu-sub:after {
    background: #333;
  }
*/
  .header .h_top .sl .search::after {
    margin: 0 20px;
  }



  .header .h_top .nav_r .language {
    margin-right: 25px;
  }

  .header .h_top .m_nav {
    position: fixed;
    top: 58px;
    left: 0;
    height: auto;
    width: 100%;
    bottom: 0;
    right: 0;
    background-color: #fff;
    margin-left: 0;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: all;
  }

  .header .h_top .m_nav li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
  }

  .header .h_top .m_nav li>a {
    color: #333;
    font-size: 16px;
    width: 80%;
    height: 55px;
    line-height: 55px;
  }

  .header .h_top .m_nav li .nav_icon {
    position: absolute;
    bottom: auto;
    top: 0%;
    left: auto;
    right: 0%;
    transform: translateX(0%);
    width: 20%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header .h_top .m_nav li .nav_icon svg {
    transition: all 0.3s;
    width: 15px;
    height: 15px;
  }

  .header .h_top .m_nav li .sub_nav {
    position: static;
    transform: translateX(0);
    width: 100%;
    padding-left: 10px;
    text-align: left;
    background-size: 260px;
  }

  .header .h_top .m_nav li .sub_nav a {
    color: #777;
  }

  .header.on .h_top .nav_r .language .other,
  .header .h_top .nav_r .language .other {
    top: 37px;
  }

  .header .h_top .m_nav>li .sub_nav .sn_l {
    display: none;
  }

  .header .h_top .m_nav>li .sub_nav .sn_r {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
  }

  .header .h_top .m_nav>li .sub_nav .sn_r li {
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
    height: auto;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
  }

  .header .h_top .m_nav>li .sub_nav .sn_r li:nth-last-child(1) {
    border-bottom: 0;
  }

  .header .h_top .m_nav>li .sub_nav .sn_r li a {
    display: block;
    padding: initial;
  }

  footer .btm_top {
    padding-bottom: 30px;
  }

  footer .btm_top .footer_t_l {
    display: none;
  }

  footer .btm_top .footer_t_r {
    width: 100%;
    margin-top: 30px;
    flex-direction: column;
    justify-content: center;
  }

  footer .btm_top .footer_t_r .or {
    width: 90%;
    margin-bottom: 20px;
  }

  footer .btm_top .footer_t_r .add {
    padding-left: 0;
    margin-top: 30px;
    width: auto;
  }

  footer .btm_top .footer_t_r .add li .ic {
    width: 45px;
    height: 45px;
    padding-top: 0;
  }

  footer .btm_bottom {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-top: 30px;
  }

  footer .btm_bottom .btm_l {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 30px;
  }

  footer .btm_bottom .btm_r {
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
    
    
.sideBar .side2 i {
            height: 60px;
    line-height: 60px;
        
    }
 .sideBar .side2>div {
     
         line-height: 30px;
 }
 
 
  .s_tab {

    height: 50px;
  }
   .header .h_top .logo a {
        
              width: 110px;
    }
    .header .h_top .logo {
        
            height: 60px;
    }
 
footer .btm_bottom .btm_l p .zx {
    
    
}
.Weichuang .txt .txt_big {
    
        margin-bottom: -22px;
}
.w1600 {
    width: 90%;
}
.s_tab.ceiling {
  height: 80px;
    width: 100%;
    bottom: 0;
    z-index: 2;
    position: absolute;
}
  .Weichuang {

    margin-bottom: 20px;
  }

  .Weichuang .txt .s_line {
    margin-top: 15px;
    width: 40px;
    height: 2px;
  }

  .s_tab ul li {
    width: 20.5%;
    line-height: 50px;
  }

  .Weichuang .txt_big {
    margin-bottom: -24px;
    font-size: 30px;
  }

  .nav_lis .breadcrumb a .iconhone {

    height: 18px;
  }

  .banner .txt p {

    margin-bottom: 10px;
  }

  .breadcrumb a .iconhone {

    margin-right: 10px;
  }


  .header .h_top .logo_text p {
    line-height: 1;
    font-size: 12px;
  }
  .header .h_top .logo_text .cox_logo_2 span {
    font-size: 12px;
    width: auto;
    height: auto;
    padding: 2px 3px;
  }
  
  /* 导航 */


  .banner {

    height: 300px;
  }

  .banner img {

    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .s_tab ul li {
    flex: 0 0 100px;
    white-space: nowrap;
    font-size: 12px;

  }

  .nav_lis .breadcrumb {

    width: 90%;
  }

  .nav_lis .breadcrumb {
    height: 40px;
  }

  .s_tab ul {
    width: 100%;
    box-sizing: border-box;
    overflow-x: scroll;
    height: 50px;
    justify-content: left;
  }

  .banner_mine .nav_lis {

    width: 90%;
  }

  .s_tab ul li.actives::after {

    bottom: -22px;
  }
  .header .h_top .m_nav>li {

    display: block;
  }
  /* 导航列表结束 */
  .huadong .fnt_120 {
    margin-bottom: -10px;
    font-size: 40px;
  }

  .huadong {

    margin-bottom: 20px;
  }

  .cont {

    padding-top: 30px;
    padding-bottom: 30px;
  }

  .huadong .txt .s_line {
    width: 40px;
    height: 1px;
    background-color: #004ea0;
    margin-top: 15px;
    margin-bottom: 15px;

  }

  .about .txt .s_line {
    width: 40px;
    height: 1px;
    background-color: #004ea0;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .nav-links a {
    line-height: 45px;
    padding: 0 30px;
  }

  .header .nav_r .yx {
    display: none;

  }

  footer .btm_top .footer_t_r {

    margin-top: 0px;
  }

  .header .nav_r .wx {

    display: none;

  }

  .header .nav_r .vpn {
    display: none;
  }

  .header .h_top .logo {

    width: 80%;
  }

  .header .h_top .h_left {


    width: 15%;
  }

  .header .h_top .sl .search {
    display: none;

  }

  footer .btm_top {
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  footer .btm_bottom .btmkd {
    flex-wrap: wrap;

  }

  footer .btm_bottom .btm_r {

    width: 100%;
  }

  footer .btm_bottom .btm_l {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  footer .btm_bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  footer .btm_bottom .btm_l p a {

    display: inline-block;
    text-align: left;

  }

  footer .btm_bottom .btm_l p {
    flex-wrap: wrap;
    text-align: center;
    line-height: 2;
  }

  footer .btm_top {
    width: 100%;

  }

  footer .btm_bottom .btmkd {
    width: 90%;

  }

  .w1440 {
    width: 90%;
  }



  .header .h_top .m_nav li>a {

    color: #333;
    font-size: 16px;
    width: 80%;
    height: 55px;
    line-height: 55px;
  }

  .header .h_top .m_nav li .sub_nav {

    padding-left: 20px;
    text-align: left;
  }

  .header .h_top .m_nav>li .sub_nav .sn_r li a {

    text-align: left;
  }

  /* 分页 */
  .p_page a {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }

  .p_page .page_prev {

    width: 30px;
    height: 30px;
  }

  .p_page .page_next {

    width: 30px;
    height: 30px;
  }





  footer .btm_top .footer_left {
    width: 100%;
    padding-top: 0;
    flex-wrap: wrap;
        border-right: unset;
  }

  footer .btm_top .footer_e_logo {

    margin-right: 0%;
    flex: 0 0 100px;
        margin: 0 auto;
  }
footer .btm_top .footer_t_r .footer_tx {
    
        text-align: center;
}
  footer .btm_top .footer_t_r {
    flex: 0 0 100%;

  }

  footer .btm_top .footer_t_r .add {

    margin-top: 20px;
  }

  footer .btm_top .footer_t_r .add .footer_tx {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  footer .btm_top .footer_t_r .footer_tel {

    margin-bottom: 15px;
  }

  footer .btm_top .footer_t_r .add li .txt {

    margin-left: 0px;
  }

  footer .btm_top .footer_t_r .add li .ic {

    width: 30px;
    height: auto;
    padding-top: 0;
  }

  footer .btm_top .footer_t_r .add li {

    align-items: baseline;
    margin-bottom: 10px;
  }


  footer .btm_top .footer_t_r .add li .txt p:first-child {

    flex: 0 0 80px;
  }

  footer .btm_top .footer_t_r .add li .ic svg {


    margin-top: -3px !important;
  }

  footer .btm_top .footer_t_r .ewm {

    width: 130px;
    margin: 20px auto 0;
  }

  footer .btm_bottom .btm_l span {

    margin-left: 0;
    margin-top: 0px;
    display: none;
  }

  .header .h_top .h_left .nav_sea {

    display: none;
  }

  .header .h_top .logo img {
     height: 80%;
    margin-right: 10px;
    width: 100%;
        top: 5px;
  }

  .page1 .swiper-nav {


    width: 120px;
  }

  .page1 .swiper-nav .swiper-nav-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .swiper-nav .swiper-nav-item:after {

    height: 2px;
  }
  .s_tab ul li a {
      
      
          font-size: 14px;
  }
.header .h_top .m_nav>li .sub_nav .sn_r li a {
    
    font-size: 14px;
}
  .p_page .laypage_main span {
      
          width: 30px!important;
    height: 30px!important;
  }
  .header .h_top {
      
          margin: 0px auto;
  }
  .header .h_top .logo_text .cox_logo_2 {
      
          margin-top: 8px;
  }
 
}






/*# sourceMappingURL=./base.css.map */
